RStudioAddIns

What is it intended for?

RStudioAddIns contains several shortcuts designed to facilitate common tasks for data analysis within RStudio.

What does it currently contain?

View Data Frame allows you to highlight either a data frame, or code which generates a data frame, in the Source window of RStudio. When bound to a key board shortcut, it facilitates rapidly viewing data.

Example

Example

Installation

if (!requireNamespace("devtools", quietly = TRUE))
  install.packages("devtools")

devtools::install_github("amormachine/RStudioAddIns")

I’d like to contribute - How do I do so?

Please do! Simply submit a pull request.

Acknowledgements

It’s an exciting time for data science and analytics. Special thanks to the following groups for providing example code.